[INFO] cloning repository https://github.com/jtepe/ores
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jtepe/ores" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtepe%2Fores", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtepe%2Fores'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1879a7e75117a8e377fde7d0101ab34039535046
[INFO] fixing jtepe/ores against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtepe%2Fores" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jtepe/ores
[INFO] finished tweaking git repo https://github.com/jtepe/ores
[INFO] tweaked toml for git repo https://github.com/jtepe/ores written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jtepe/ores on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jtepe/ores already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded security-framework-sys v2.16.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 16ef460f9b41aa34a47db710a024c406c42471ae9c5fe033912068b31e4b0067
[INFO] running `Command { std: "docker" "start" "16ef460f9b41aa34a47db710a024c406c42471ae9c5fe033912068b31e4b0067", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "16ef460f9b41aa34a47db710a024c406c42471ae9c5fe033912068b31e4b0067" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "16ef460f9b41aa34a47db710a024c406c42471ae9c5fe033912068b31e4b0067", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "16ef460f9b41aa34a47db710a024c406c42471ae9c5fe033912068b31e4b0067" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.115
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]    Compiling serde_with_macros v3.16.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_with v3.16.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking deadpool v0.12.3
[INFO] [stderr]     Checking schelm-http v0.1.0 (/opt/rustwide/workdir/crates/schelm-http)
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking wiremock v0.6.5
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | ) -> schelm_http::client::Client<schelm_http::client::ResponsesApi> {
[INFO] [stdout]    |                   ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:16:47
[INFO] [stdout]    |
[INFO] [stdout] 16 | ) -> schelm_http::client::Client<schelm_http::client::ResponsesApi> {
[INFO] [stdout]    |                                               ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:18:18
[INFO] [stdout]    |
[INFO] [stdout] 18 |     schelm_http::client::ClientBuilder::responses("test-api-key", base_url)
[INFO] [stdout]    |                  ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `url` in this scope
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:17:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let base_url = url::Url::parse(&server.uri()).expect("mock server URI should be a valid URL");
[INFO] [stdout]    |                    ^^^ use of unresolved module or unlinked crate `url`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `url`, use `cargo add url` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use wiremock::http::Url;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Url`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 17 -     let base_url = url::Url::parse(&server.uri()).expect("mock server URI should be a valid URL");
[INFO] [stdout] 17 +     let base_url = Url::parse(&server.uri()).expect("mock server URI should be a valid URL");
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]    --> crates/schelm-http/tests/responses.rs:126:22
[INFO] [stdout]     |
[INFO] [stdout] 126 |         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout]     |                      ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "client")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]   4 | pub mod client;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 8 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 126 -         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout] 126 +         Error::HttpStatus { status, body } => {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]    --> crates/schelm-http/tests/responses.rs:161:22
[INFO] [stdout]     |
[INFO] [stdout] 161 |         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout]     |                      ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "client")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]   4 | pub mod client;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 8 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 161 -         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout] 161 +         Error::HttpStatus { status, body } => {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]    --> crates/schelm-http/tests/responses.rs:196:22
[INFO] [stdout]     |
[INFO] [stdout] 196 |         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout]     |                      ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "client")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]   4 | pub mod client;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 8 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 196 -         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout] 196 +         Error::HttpStatus { status, body } => {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]    --> crates/schelm-http/tests/responses.rs:231:22
[INFO] [stdout]     |
[INFO] [stdout] 231 |         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout]     |                      ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "client")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]   4 | pub mod client;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 8 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 231 -         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout] 231 +         Error::HttpStatus { status, body } => {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]    --> crates/schelm-http/tests/responses.rs:260:36
[INFO] [stdout]     |
[INFO] [stdout] 260 |         matches!(err, schelm_http::client::Error::Reqwest(_)),
[INFO] [stdout]     |                                    ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "client")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]   4 | pub mod client;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 8 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 260 -         matches!(err, schelm_http::client::Error::Reqwest(_)),
[INFO] [stdout] 260 +         matches!(err, Error::Reqwest(_)),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]    --> crates/schelm-http/tests/responses.rs:285:22
[INFO] [stdout]     |
[INFO] [stdout] 285 |         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout]     |                      ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "client")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]   4 | pub mod client;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 8 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 285 -         schelm_http::client::Error::HttpStatus { status, body } => {
[INFO] [stdout] 285 +         Error::HttpStatus { status, body } => {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]    --> crates/schelm-http/tests/responses.rs:309:22
[INFO] [stdout]     |
[INFO] [stdout] 309 |         schelm_http::client::Error::HttpStatus { status, .. } => {
[INFO] [stdout]     |                      ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "client")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]   4 | pub mod client;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 8 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 309 -         schelm_http::client::Error::HttpStatus { status, .. } => {
[INFO] [stdout] 309 +         Error::HttpStatus { status, .. } => {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `schelm_http::client`
[INFO] [stdout]  --> crates/schelm-http/tests/streaming_responses.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 | use schelm_http::client::{Error, ResponseEventStream, StreamingError};
[INFO] [stdout]   |                  ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "client")]
[INFO] [stdout]   |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout] 4 | pub mod client;
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `schelm_http::client`
[INFO] [stdout]  --> crates/schelm-http/tests/client_builder.rs:3:18
[INFO] [stdout]   |
[INFO] [stdout] 3 | use schelm_http::client::{Client, ClientBuilder, MessagesApi, ResponsesApi};
[INFO] [stdout]   |                  ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "client")]
[INFO] [stdout]   |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout] 4 | pub mod client;
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | ) -> schelm_http::client::Client<schelm_http::client::ResponsesApi> {
[INFO] [stdout]    |                   ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:16:47
[INFO] [stdout]    |
[INFO] [stdout] 16 | ) -> schelm_http::client::Client<schelm_http::client::ResponsesApi> {
[INFO] [stdout]    |                                               ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | ) -> schelm_http::client::Client<schelm_http::client::ResponsesApi> {
[INFO] [stdout]    |                   ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schelm-http` (test "responses") due to 11 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:16:47
[INFO] [stdout]    |
[INFO] [stdout] 16 | ) -> schelm_http::client::Client<schelm_http::client::ResponsesApi> {
[INFO] [stdout]    |                                               ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:18:18
[INFO] [stdout]    |
[INFO] [stdout] 18 |     schelm_http::client::ClientBuilder::responses("test-api-key", base_url)
[INFO] [stdout]    |                  ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/streaming_responses.rs:15:26
[INFO] [stdout]    |
[INFO] [stdout] 15 | ) -> Option<schelm_http::client::Result<StreamingEvent>> {
[INFO] [stdout]    |                          ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `url` in this scope
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:17:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let base_url = url::Url::parse(&server.uri()).expect("mock server URI should be a valid URL");
[INFO] [stdout]    |                    ^^^ use of unresolved module or unlinked crate `url`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `url`, use `cargo add url` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use wiremock::http::Url;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Url`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 17 -     let base_url = url::Url::parse(&server.uri()).expect("mock server URI should be a valid URL");
[INFO] [stdout] 17 +     let base_url = Url::parse(&server.uri()).expect("mock server URI should be a valid URL");
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `client` in `schelm_http`
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:18:18
[INFO] [stdout]    |
[INFO] [stdout] 18 |     schelm_http::client::ClientBuilder::responses("test-api-key", base_url)
[INFO] [stdout]    |                  ^^^^^^ could not find `client` in `schelm_http`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/schelm-http/src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout]  4 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `url` in this scope
[INFO] [stdout]   --> crates/schelm-http/tests/common/mod.rs:17:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let base_url = url::Url::parse(&server.uri()).expect("mock server URI should be a valid URL");
[INFO] [stdout]    |                    ^^^ use of unresolved module or unlinked crate `url`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `url`, use `cargo add url` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use wiremock::http::Url;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Url`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 17 -     let base_url = url::Url::parse(&server.uri()).expect("mock server URI should be a valid URL");
[INFO] [stdout] 17 +     let base_url = Url::parse(&server.uri()).expect("mock server URI should be a valid URL");
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `url` in this scope
[INFO] [stdout]   --> crates/schelm-http/tests/client_builder.rs:23:20
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let base_url = url::Url::parse(&server.uri()).unwrap();
[INFO] [stdout]    |                    ^^^ use of unresolved module or unlinked crate `url`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `url`, use `cargo add url` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use wiremock::http::Url;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Url`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 23 -     let base_url = url::Url::parse(&server.uri()).unwrap();
[INFO] [stdout] 23 +     let base_url = Url::parse(&server.uri()).unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `url` in this scope
[INFO] [stdout]   --> crates/schelm-http/tests/client_builder.rs:44:20
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let base_url = url::Url::parse("https://example.com/v1").unwrap();
[INFO] [stdout]    |                    ^^^ use of unresolved module or unlinked crate `url`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `url`, use `cargo add url` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use wiremock::http::Url;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Url`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 44 -     let base_url = url::Url::parse("https://example.com/v1").unwrap();
[INFO] [stdout] 44 +     let base_url = Url::parse("https://example.com/v1").unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `url` in this scope
[INFO] [stdout]   --> crates/schelm-http/tests/client_builder.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     let base_url = url::Url::parse("https://example.com/v1").unwrap();
[INFO] [stdout]    |                    ^^^ use of unresolved module or unlinked crate `url`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `url`, use `cargo add url` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use wiremock::http::Url;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Url`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 51 -     let base_url = url::Url::parse("https://example.com/v1").unwrap();
[INFO] [stdout] 51 +     let base_url = Url::parse("https://example.com/v1").unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `url` in this scope
[INFO] [stdout]   --> crates/schelm-http/tests/client_builder.rs:58:20
[INFO] [stdout]    |
[INFO] [stdout] 58 |     let base_url = url::Url::parse("https://example.com/v1").unwrap();
[INFO] [stdout]    |                    ^^^ use of unresolved module or unlinked crate `url`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `url`, use `cargo add url` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use wiremock::http::Url;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Url`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 58 -     let base_url = url::Url::parse("https://example.com/v1").unwrap();
[INFO] [stdout] 58 +     let base_url = Url::parse("https://example.com/v1").unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schelm-http` (test "client_builder") due to 9 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schelm-http` (test "streaming_responses") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "16ef460f9b41aa34a47db710a024c406c42471ae9c5fe033912068b31e4b0067", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16ef460f9b41aa34a47db710a024c406c42471ae9c5fe033912068b31e4b0067", kill_on_drop: false }`
[INFO] [stdout] 16ef460f9b41aa34a47db710a024c406c42471ae9c5fe033912068b31e4b0067
